typedef struct PatchNames {
struct PatchNames *next; /* Next in list. */
char name[20]; /* Name of list. */
short usecount; /* # of tools using this. */
unsigned char names[128][14];/* Array of names. */
} PatchNames;